home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_4851.txt < prev    next >
Text File  |  1989-02-26  |  23KB  |  985 lines

  1. -- card: 4851 from stack: in.2r
  2. -- bmap block id: 2517
  3. -- flags: 4000
  4. -- background id: 3091
  5. -- name: Index
  6. ----- HyperTalk script -----
  7. on opencard
  8.   set scroll of card field "power tips" to 0
  9.   pass opencard
  10. end opencard
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: A002
  16. -- rect: left=126 top=266 right=315 bottom=184
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 2 / 2
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: XCMDS
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   if the optionkey is down then pass mouseup
  28.  
  29.   controlButton "XCMDs"
  30.  
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: A002
  38. -- rect: left=126 top=314 right=335 bottom=184
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 3
  43. -- text size: 9
  44. -- style flags: 0
  45. -- line height: 12
  46. -- part name: Show List
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   if the optionkey is down then pass mouseup
  50.  
  51.   listButton "XCMDs"
  52.  
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 5 (button)
  58. -- low flags: 00
  59. -- high flags: A002
  60. -- rect: left=61 top=266 right=315 bottom=119
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 2 / 2
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: XFCNs
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   if the optionkey is down then pass mouseup
  72.  
  73.   controlButton "XFCNs"
  74.  
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 6 (button)
  80. -- low flags: 00
  81. -- high flags: A002
  82. -- rect: left=61 top=314 right=335 bottom=119
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 3
  87. -- text size: 9
  88. -- style flags: 0
  89. -- line height: 12
  90. -- part name: Show List
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   if the optionkey is down then pass mouseup
  94.  
  95.   listButton "XFCNs"
  96.  
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 13 (button)
  102. -- low flags: 00
  103. -- high flags: A002
  104. -- rect: left=191 top=266 right=315 bottom=249
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 29007 / 29007
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Functions
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   if the optionkey is down then pass mouseup
  116.  
  117.   controlButton "Functions"
  118.  
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 14 (button)
  124. -- low flags: 00
  125. -- high flags: A002
  126. -- rect: left=191 top=314 right=335 bottom=249
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 3
  131. -- text size: 9
  132. -- style flags: 0
  133. -- line height: 12
  134. -- part name: Show List
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   if the optionkey is down then pass mouseup
  138.  
  139.   listButton "Functions"
  140.  
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 16 (button)
  146. -- low flags: 00
  147. -- high flags: A002
  148. -- rect: left=256 top=314 right=335 bottom=314
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 3
  153. -- text size: 9
  154. -- style flags: 0
  155. -- line height: 12
  156. -- part name: Show List
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   if the optionkey is down then pass mouseup
  160.   listButton "Scripts"
  161. end mouseUp
  162.  
  163.  
  164.  
  165. -- part 19 (button)
  166. -- low flags: 00
  167. -- high flags: A002
  168. -- rect: left=256 top=266 right=315 bottom=314
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 1060 / 1060
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: Scripts
  177. ----- HyperTalk script -----
  178. on mouseUp
  179.   if the optionkey is down then pass mouseup
  180.  
  181.   controlButton "Scripts"
  182.  
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 27 (field)
  188. -- low flags: 01
  189. -- high flags: 0000
  190. -- rect: left=175 top=79 right=95 bottom=259
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 0
  194. -- font id: 3
  195. -- text size: 12
  196. -- style flags: 256
  197. -- line height: 16
  198. -- part name: Issue
  199.  
  200.  
  201. -- part 28 (field)
  202. -- low flags: 01
  203. -- high flags: 0000
  204. -- rect: left=175 top=97 right=113 bottom=259
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 0
  208. -- font id: 3
  209. -- text size: 12
  210. -- style flags: 256
  211. -- line height: 16
  212. -- part name: Date
  213.  
  214.  
  215. -- part 31 (button)
  216. -- low flags: 00
  217. -- high flags: A004
  218. -- rect: left=89 top=121 right=144 bottom=263
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 1
  222. -- font id: 0
  223. -- text size: 12
  224. -- style flags: 0
  225. -- line height: 16
  226. -- part name: Link this stack...
  227. ----- HyperTalk script -----
  228. on mouseUp
  229.   --
  230.   --Original script by Steve Drazga, ART Incorpoated
  231.   --XFCNs used: fileName
  232.   --XCMDs used: none
  233.   --HANDLERS used: none
  234.   --FUNCTIONS used: none
  235.   --
  236.   if the optionkey is down then pass mouseup
  237.  
  238.   put "You can link another stack to the Developer Stack"
  239.   answer "This will install a button in another stack." with "Cancel" or "OK"
  240.   if it is "Cancel" then
  241.     play oops
  242.     hide message window
  243.     exit mouseup
  244.   end if
  245.  
  246.   put "Please select the destination stack"
  247.   put filename("STAK") into thefile
  248.   if thefile is empty then
  249.     play oops
  250.     hide message window
  251.     exit mouseup
  252.   end if
  253.  
  254.   set cursor to 4
  255.   put "Thank you.  Please wait..."
  256.   choose button tool
  257.   put the long name of this stack into gohere
  258.   delete word 1 of gohere
  259.   put "go to " before gohere
  260.   put "on mouseup" into first line of buttonscript
  261.   put "visual barn door close to black" into second line of buttonscript
  262.   put "visual barn door open to gray" into third line of buttonscript
  263.   put "visual barn door close" into fourth line of buttonscript
  264.   put "push this card" into fifth line of buttonscript
  265.   put gohere into sixth line of buttonscript
  266.   put "end mouseup" into seventh line of buttonscript
  267.  
  268.   set visible of background button "Developer Stack" to true
  269.   click at loc of background button "Developer Stack"
  270.   domenu copy button
  271.   set visible of background button "Developer Stack" to false
  272.   choose browse tool
  273.   set cursor to 4
  274.  
  275.   push card
  276.   set lockmessages to true
  277.   go to thefile
  278.   set cursor to 3
  279.   put "Just click where you want the button placed."
  280.   repeat while the mouseclick is false
  281.   end repeat
  282.   set cursor to 0
  283.   put "Thank you.  Please wait..."
  284.   put the Mouseloc into PutItHere
  285.   domenu paste button
  286.   set loc of button "Developer Stack" to PutItHere
  287.   set the script of button "Developer Stack" to buttonscript
  288.   choose browse tool
  289.   pop card
  290.   set lockmessages to false
  291.   hide message window
  292. end mouseUp
  293.  
  294.  
  295. -- part 34 (field)
  296. -- low flags: 01
  297. -- high flags: 0001
  298. -- rect: left=328 top=226 right=240 bottom=404
  299. -- title width / last selected line: 0
  300. -- icon id / first selected line: 0 / 0
  301. -- text alignment: 0
  302. -- font id: 3
  303. -- text size: 9
  304. -- style flags: 256
  305. -- line height: 12
  306. -- part name: size2
  307. ----- HyperTalk script -----
  308. on mouseup
  309.   if the optionkey is down then pass mouseup
  310.   if the freesize of this stack is 0 then exit mouseup
  311.   put the userlevel into temp
  312.   set userlevel to 5
  313.   domenu "compact stack"
  314.   set userlevel to temp
  315.   put the size of this stack into card field "StackSize"
  316.   put the freesize of this stack into card field "Wasted"
  317. end mouseup
  318.  
  319.  
  320.  
  321. -- part 35 (field)
  322. -- low flags: 01
  323. -- high flags: 0002
  324. -- rect: left=404 top=226 right=240 bottom=463
  325. -- title width / last selected line: 0
  326. -- icon id / first selected line: 0 / 0
  327. -- text alignment: 0
  328. -- font id: 3
  329. -- text size: 9
  330. -- style flags: 256
  331. -- line height: 12
  332. -- part name: Wasted
  333.  
  334.  
  335. -- part 36 (field)
  336. -- low flags: 01
  337. -- high flags: 0002
  338. -- rect: left=404 top=213 right=227 bottom=463
  339. -- title width / last selected line: 0
  340. -- icon id / first selected line: 0 / 0
  341. -- text alignment: 0
  342. -- font id: 3
  343. -- text size: 9
  344. -- style flags: 256
  345. -- line height: 12
  346. -- part name: StackSize
  347.  
  348.  
  349. -- part 37 (field)
  350. -- low flags: 01
  351. -- high flags: 0001
  352. -- rect: left=328 top=213 right=227 bottom=404
  353. -- title width / last selected line: 0
  354. -- icon id / first selected line: 0 / 0
  355. -- text alignment: 0
  356. -- font id: 3
  357. -- text size: 9
  358. -- style flags: 256
  359. -- line height: 12
  360. -- part name: size1
  361. ----- HyperTalk script -----
  362. on mouseup
  363.   if the optionkey is down then pass mouseup
  364.   put the size of this stack into card field "StackSize"
  365.   put the freesize of this stack into card field "Wasted"
  366. end mouseup
  367.  
  368.  
  369.  
  370. -- part 39 (button)
  371. -- low flags: 00
  372. -- high flags: A002
  373. -- rect: left=320 top=314 right=335 bottom=378
  374. -- title width / last selected line: 0
  375. -- icon id / first selected line: 0 / 0
  376. -- text alignment: 1
  377. -- font id: 3
  378. -- text size: 9
  379. -- style flags: 0
  380. -- line height: 12
  381. -- part name: Show List
  382. ----- HyperTalk script -----
  383. on mouseUp
  384.   if the optionkey is down then pass mouseup
  385.   listButton "Buttons"
  386. end mouseUp
  387.  
  388.  
  389.  
  390. -- part 41 (button)
  391. -- low flags: 00
  392. -- high flags: A002
  393. -- rect: left=320 top=266 right=315 bottom=378
  394. -- title width / last selected line: 0
  395. -- icon id / first selected line: 27056 / 27056
  396. -- text alignment: 1
  397. -- font id: 0
  398. -- text size: 12
  399. -- style flags: 0
  400. -- line height: 16
  401. -- part name: Buttons
  402. ----- HyperTalk script -----
  403. on mouseUp
  404.   if the optionkey is down then pass mouseup
  405.   controlButton "Buttons"
  406. end mouseUp
  407.  
  408.  
  409.  
  410. -- part 44 (button)
  411. -- low flags: 00
  412. -- high flags: A002
  413. -- rect: left=385 top=266 right=315 bottom=443
  414. -- title width / last selected line: 0
  415. -- icon id / first selected line: 22999 / 22999
  416. -- text alignment: 1
  417. -- font id: 0
  418. -- text size: 12
  419. -- style flags: 0
  420. -- line height: 16
  421. -- part name: Quick Ref
  422. ----- HyperTalk script -----
  423. on mouseUp
  424.   if the optionkey is down then pass mouseup
  425.   controlButton "Quick Ref"
  426. end mouseUp
  427.  
  428.  
  429.  
  430. -- part 45 (button)
  431. -- low flags: 00
  432. -- high flags: A002
  433. -- rect: left=449 top=266 right=315 bottom=507
  434. -- title width / last selected line: 0
  435. -- icon id / first selected line: 11645 / 11645
  436. -- text alignment: 1
  437. -- font id: 0
  438. -- text size: 12
  439. -- style flags: 0
  440. -- line height: 16
  441. -- part name: Index
  442. ----- HyperTalk script -----
  443. on mouseUp
  444.   if the optionkey is down then pass mouseup
  445.   controlbutton index
  446. end mouseUp
  447.  
  448.  
  449.  
  450.  
  451. -- part 46 (button)
  452. -- low flags: 00
  453. -- high flags: A002
  454. -- rect: left=385 top=314 right=335 bottom=443
  455. -- title width / last selected line: 0
  456. -- icon id / first selected line: 0 / 0
  457. -- text alignment: 1
  458. -- font id: 3
  459. -- text size: 9
  460. -- style flags: 0
  461. -- line height: 12
  462. -- part name: Show List
  463. ----- HyperTalk script -----
  464. on mouseUp
  465.   if the optionkey is down then pass mouseup
  466.   listButton "Quick Ref"
  467. end mouseUp
  468.  
  469.  
  470.  
  471. -- part 47 (button)
  472. -- low flags: 80
  473. -- high flags: A002
  474. -- rect: left=449 top=314 right=335 bottom=507
  475. -- title width / last selected line: 0
  476. -- icon id / first selected line: 0 / 0
  477. -- text alignment: 1
  478. -- font id: 3
  479. -- text size: 9
  480. -- style flags: 0
  481. -- line height: 12
  482. -- part name: Sort Index
  483. ----- HyperTalk script -----
  484. on mouseUp
  485.   if the optionkey is down then
  486.     pass mouseup
  487.   end if
  488.  
  489.   set cursor to 4
  490.   put sortitems(card field index,true) into card field index
  491.  
  492. end mouseUp
  493.  
  494.  
  495.  
  496. -- part 53 (field)
  497. -- low flags: 00
  498. -- high flags: 0007
  499. -- rect: left=288 top=76 right=209 bottom=510
  500. -- title width / last selected line: 0
  501. -- icon id / first selected line: 0 / 0
  502. -- text alignment: 0
  503. -- font id: 3
  504. -- text size: 9
  505. -- style flags: 0
  506. -- line height: 12
  507. -- part name: Power Tips
  508. ----- HyperTalk script -----
  509. on mousewithin
  510.   --
  511.   --
  512.   --hypertext technique by Steve Drazga, ART Incorporated
  513.   --if you use this in your scripts please include these 2 lines.
  514.   --
  515.   --
  516.   global selectedWord
  517.  
  518.   if the locktext of the target is true then   --unlock the field if
  519.     set locktext of target to false            --it is locked.
  520.   end if
  521.  
  522.   if selection is not empty then  --something was selected
  523.     put selection into SelectedWord
  524.  
  525.     if space is in SelectedWord then  --the user selected more than 1 word
  526.       click at loc of target       --so we will clear the selection
  527.       exit mousewithin             --and exit to wait for another selection
  528.     end if
  529.  
  530.     --
  531.     --this is the section where you do something with the selection
  532.     --
  533.     if SelectedWord is "asterisk" then
  534.       play boing
  535.       answer "Yes, this IS an example!"
  536.       click at loc of target
  537.     else
  538.       if SelectedWord is "bill" then
  539.         show button "bill"
  540.       else
  541.         if selectedWord is "Drazga" then
  542.           visual iris open to gray
  543.           visual iris close to black
  544.           visual iris open to gray
  545.           visual iris close
  546.           go background information
  547.         else
  548.           play "oops"
  549.           answer "Do you see any asterisk there?!!!"
  550.           click at loc of target
  551.         end if
  552.       end if
  553.     end if
  554.     --
  555.     --
  556.     --
  557.   end if
  558. end mousewithin
  559.  
  560.  
  561.  
  562. -- part 55 (button)
  563. -- low flags: 80
  564. -- high flags: 2000
  565. -- rect: left=242 top=83 right=120 bottom=289
  566. -- title width / last selected line: 0
  567. -- icon id / first selected line: 21240 / 21240
  568. -- text alignment: 1
  569. -- font id: 0
  570. -- text size: 12
  571. -- style flags: 0
  572. -- line height: 16
  573. -- part name: bill
  574. ----- HyperTalk script -----
  575. on mouseUp
  576.   play boing
  577.   answer "Hey! Don't click on his head!!"
  578.   hide the target
  579. end mouseUp
  580.  
  581.  
  582.  
  583. -- part 56 (field)
  584. -- low flags: 01
  585. -- high flags: 0000
  586. -- rect: left=59 top=149 right=238 bottom=277
  587. -- title width / last selected line: 0
  588. -- icon id / first selected line: 0 / 0
  589. -- text alignment: 0
  590. -- font id: 3
  591. -- text size: 9
  592. -- style flags: 0
  593. -- line height: 12
  594. -- part name: 
  595.  
  596.  
  597. -- part 58 (button)
  598. -- low flags: 00
  599. -- high flags: 2004
  600. -- rect: left=2 top=75 right=118 bottom=49
  601. -- title width / last selected line: 0
  602. -- icon id / first selected line: 14767 / 14767
  603. -- text alignment: 1
  604. -- font id: 0
  605. -- text size: 12
  606. -- style flags: 0
  607. -- line height: 16
  608. -- part name: About...
  609. ----- HyperTalk script -----
  610. on mouseUp
  611.   if the optionkey is down then pass mouseup
  612.  
  613.   visual iris open to gray
  614.   visual iris close to black
  615.   visual iris open to gray
  616.   visual iris close
  617.   go background information
  618. end mouseUp
  619.  
  620.  
  621.  
  622. -- part 59 (button)
  623. -- low flags: 00
  624. -- high flags: 2004
  625. -- rect: left=2 top=120 right=163 bottom=49
  626. -- title width / last selected line: 0
  627. -- icon id / first selected line: 29114 / 29114
  628. -- text alignment: 1
  629. -- font id: 0
  630. -- text size: 12
  631. -- style flags: 0
  632. -- line height: 16
  633. -- part name: Back
  634. ----- HyperTalk script -----
  635. on mouseUp
  636.   if the optionkey is down then pass mouseup
  637.  
  638.   visual barn door close to black
  639.   visual barn door open
  640.   pop card
  641. end mouseUp
  642.  
  643.  
  644.  
  645. -- part 60 (button)
  646. -- low flags: 00
  647. -- high flags: 2004
  648. -- rect: left=2 top=165 right=208 bottom=49
  649. -- title width / last selected line: 0
  650. -- icon id / first selected line: 1011 / 1011
  651. -- text alignment: 1
  652. -- font id: 0
  653. -- text size: 12
  654. -- style flags: 0
  655. -- line height: 16
  656. -- part name: Home
  657. ----- HyperTalk script -----
  658. on mouseUp
  659.   if the optionkey is down then pass mouseup
  660.  
  661.   go first card of home
  662. end mouseUp
  663.  
  664.  
  665.  
  666. -- part 61 (button)
  667. -- low flags: 00
  668. -- high flags: 2004
  669. -- rect: left=2 top=210 right=253 bottom=49
  670. -- title width / last selected line: 0
  671. -- icon id / first selected line: 1000 / 1000
  672. -- text alignment: 1
  673. -- font id: 0
  674. -- text size: 12
  675. -- style flags: 0
  676. -- line height: 16
  677. -- part name: Open Stack
  678. ----- HyperTalk script -----
  679. on mouseUp
  680.   if the optionkey is down then pass mouseup
  681.  
  682.   domenu "open stack..."
  683. end mouseUp
  684.  
  685.  
  686.  
  687. -- part 62 (button)
  688. -- low flags: 00
  689. -- high flags: 2004
  690. -- rect: left=2 top=255 right=298 bottom=49
  691. -- title width / last selected line: 0
  692. -- icon id / first selected line: 17343 / 17343
  693. -- text alignment: 1
  694. -- font id: 0
  695. -- text size: 12
  696. -- style flags: 0
  697. -- line height: 16
  698. -- part name: Launch Application
  699. ----- HyperTalk script -----
  700. on mouseUp
  701.   if the optionkey is down then pass mouseup
  702.  
  703.   visual venetian blinds to gray
  704.   visual venetian blinds to inverse
  705.   visual venetian blinds
  706.   go to background "Mini Hyperstation"
  707. end mouseUp
  708.  
  709.  
  710.  
  711. -- part 63 (button)
  712. -- low flags: 00
  713. -- high flags: 2004
  714. -- rect: left=2 top=299 right=342 bottom=49
  715. -- title width / last selected line: 0
  716. -- icon id / first selected line: 21786 / 21786
  717. -- text alignment: 1
  718. -- font id: 0
  719. -- text size: 12
  720. -- style flags: 0
  721. -- line height: 16
  722. -- part name: Menus On
  723. ----- HyperTalk script -----
  724. on mouseUp
  725.   if the optionkey is down then pass mouseup
  726.  
  727.   if menubar("¬©1988SDrazga") then hide menubar else show menubar
  728. end mouseUp
  729.  
  730.  
  731.  
  732. -- part 22 (field)
  733. -- low flags: 80
  734. -- high flags: 0007
  735. -- rect: left=15 top=206 right=315 bottom=119
  736. -- title width / last selected line: 0
  737. -- icon id / first selected line: 0 / 0
  738. -- text alignment: 0
  739. -- font id: 3
  740. -- text size: 9
  741. -- style flags: 0
  742. -- line height: 12
  743. -- part name: XFCNs
  744.  
  745.  
  746. -- part 7 (field)
  747. -- low flags: 80
  748. -- high flags: 0007
  749. -- rect: left=79 top=206 right=315 bottom=184
  750. -- title width / last selected line: 0
  751. -- icon id / first selected line: 0 / 0
  752. -- text alignment: 0
  753. -- font id: 3
  754. -- text size: 9
  755. -- style flags: 0
  756. -- line height: 12
  757. -- part name: XCMDs
  758.  
  759.  
  760. -- part 23 (field)
  761. -- low flags: 81
  762. -- high flags: 0007
  763. -- rect: left=144 top=206 right=315 bottom=249
  764. -- title width / last selected line: 0
  765. -- icon id / first selected line: 0 / 0
  766. -- text alignment: 0
  767. -- font id: 3
  768. -- text size: 9
  769. -- style flags: 0
  770. -- line height: 12
  771. -- part name: Functions
  772.  
  773.  
  774. -- part 48 (field)
  775. -- low flags: 80
  776. -- high flags: 0007
  777. -- rect: left=209 top=206 right=315 bottom=314
  778. -- title width / last selected line: 0
  779. -- icon id / first selected line: 0 / 0
  780. -- text alignment: 0
  781. -- font id: 3
  782. -- text size: 9
  783. -- style flags: 0
  784. -- line height: 12
  785. -- part name: Scripts
  786.  
  787.  
  788. -- part 49 (field)
  789. -- low flags: 81
  790. -- high flags: 0007
  791. -- rect: left=273 top=206 right=315 bottom=378
  792. -- title width / last selected line: 0
  793. -- icon id / first selected line: 0 / 0
  794. -- text alignment: 0
  795. -- font id: 3
  796. -- text size: 9
  797. -- style flags: 0
  798. -- line height: 12
  799. -- part name: Buttons
  800.  
  801.  
  802. -- part 50 (field)
  803. -- low flags: 81
  804. -- high flags: 0007
  805. -- rect: left=338 top=206 right=315 bottom=443
  806. -- title width / last selected line: 0
  807. -- icon id / first selected line: 0 / 0
  808. -- text alignment: 0
  809. -- font id: 3
  810. -- text size: 9
  811. -- style flags: 0
  812. -- line height: 12
  813. -- part name: Quick Ref
  814.  
  815.  
  816. -- part 51 (field)
  817. -- low flags: 81
  818. -- high flags: 0007
  819. -- rect: left=402 top=206 right=315 bottom=507
  820. -- title width / last selected line: 0
  821. -- icon id / first selected line: 0 / 0
  822. -- text alignment: 0
  823. -- font id: 3
  824. -- text size: 9
  825. -- style flags: 0
  826. -- line height: 12
  827. -- part name: Authors...
  828.  
  829.  
  830. -- part 65 (field)
  831. -- low flags: 80
  832. -- high flags: 0007
  833. -- rect: left=285 top=72 right=315 bottom=450
  834. -- title width / last selected line: 0
  835. -- icon id / first selected line: 0 / 0
  836. -- text alignment: 0
  837. -- font id: 3
  838. -- text size: 9
  839. -- style flags: 0
  840. -- line height: 12
  841. -- part name: index
  842. ----- HyperTalk script -----
  843. on mousedown
  844.   set locktext of target to false
  845.   click at the clickloc
  846.   click at the clickloc
  847.   put selection into selectedWord
  848.   set locktext of target to true
  849.  
  850.   if selectedWord is not empty then
  851.     visual dissolve to inverse
  852.     visual dissolve
  853.     go card selection
  854.   end if
  855. end mousedown
  856.  
  857.  
  858.  
  859.  
  860. -- part contents for card part 7
  861. ----- text -----
  862. DeProtect,Shutdown,SoundCapToRes,DoList,
  863. StdFile,ShowMenu,EnableMenu,CheckMenu,
  864. ChangeMenu,PopUpMenu,ImportPict,Talk,Color,doRestart,sendSerial,HyperSND,GetDANames,OSErr,ResCopy,SetVolume,DeleteFile2,DispPict,PrintClip,BarButton,CommWrite,CommInit,InitMidi,ResetMIDI,TxMIDI ,MungeMCTB,ResetPrinter,Stripper,
  865.  
  866. -- part contents for card part 22
  867. ----- text -----
  868. FileName,NewFileName,NewMenu,DeleteMenu,FileModDate,MoveFile,RenameFile,DeleteFile,PopUpMenu,sortItems,NumberOfDAs,MultiFinder,isRunning,subLaunch,lower,upper,initialCaps,PopUp,FontName,FontSize,GetVolume,ScreenSize,FileLength,MenuBar,Files,CopyFile,CStoHCdateconversion,CommRead,RxMIDI,InKey,FileType,FileCreator,ChangeFileType,FileVisFlag,SetFile,Interpolate,Resources,SortReals,SortRealsII,Strip,thePixel,ReadCat,HPopUpMenu,
  869.  
  870. -- part contents for card part 27
  871. ----- text -----
  872. 1.2r
  873.  
  874. -- part contents for card part 28
  875. ----- text -----
  876. 6/10/88
  877.  
  878. -- part contents for card part 34
  879. ----- text -----
  880. Wasted
  881.  
  882. -- part contents for card part 37
  883. ----- text -----
  884. Stack Size
  885.  
  886. -- part contents for card part 36
  887. ----- text -----
  888. 506689
  889.  
  890. -- part contents for card part 35
  891. ----- text -----
  892. 0
  893.  
  894. -- part contents for card part 48
  895. ----- text -----
  896. Scroll Text Button 1,ArrowKeys,ShowScripts,HyperText Trick,ReturnkeyInField,
  897.  
  898. -- part contents for card part 53
  899. ----- text -----
  900.              ‚Ä¢‚Ä¢‚Ä¢POWER USER TIPS‚Ä¢‚Ä¢‚Ä¢
  901.  
  902. To go to the beginning of a specific section 
  903. (XFCNs, Scripts, etc.) hold down the command key when clicking on the button.
  904.  
  905. When you see an item in a field followed by an asterisk*, double clicking on that word will either give you more information, or take you to a linked card. 
  906. (Still waiting for those 'sticky buttons', 
  907. Bill*.)
  908.  
  909. To look at the script of any button or card, anywhere in the stack, just hold down the option key when you click on it.  To look at the script of a background hold down the shift and option keys when you click in it.
  910.  
  911. Clicking on the words 'Stack Size' below will give you the current size of the stack, not including the resources.
  912.  
  913. Clicking on the word 'Wasted' below will compact the stack.
  914.  
  915. The easiest way to access this stack when you are developing an new stack is to use the 'Link this stack' button and install a link to Developer Stack in your work-in-progress stack.  When you are fininshed with your stack, you can delete the 
  916. 'Developer Stack' button.
  917.  
  918. -Steve Drazga*
  919. -AnalytX Incorporated
  920.  
  921. -- part contents for card part 49
  922. ----- text -----
  923. Dogear,Self Naming Button,Text Import,More Dog Ears,PinPointer,MergeStacks,CompactStacks,massCompact,
  924.  
  925. -- part contents for card part 23
  926. ----- text -----
  927. LastPathComponent,GetFullPath,NumberofChars,FileAtRoot,VolumeName,osErr,PowerToggle,PowerCreate,noFieldDelete,noButtonDelete,daysBetweenDates,
  928.  
  929. -- part contents for card part 56
  930. ----- text -----
  931. This stack may be freely distributed in its original form with all original messages.  It may not be sold commercially.  It is intended for educational & training purposes only and no warranty is made as to the suitablity of anything included in this stack for any specific purpose.
  932.  
  933.  
  934. -- part contents for card part 50
  935. ----- text -----
  936. Control Structures,System Messages,Commands,Constants,Functions,Properties,
  937.  
  938. -- part contents for card part 65
  939. ----- text -----
  940. DeProtect,
  941. ShutDown,
  942. SoundCapToRes,
  943. DoList,
  944. ImportPict,
  945. Talk,
  946. Speak,
  947. StdFile,
  948. ShowMenu,
  949. EnableMenu,
  950. ChangeMenu,
  951. CheckMenu,
  952. FileName,
  953. NewFileName,
  954. PopUpMenu,
  955. NewMenu,
  956. DeleteMenu,
  957. FileModDate,
  958. MoveFile,
  959. RenameFile,
  960. DeleteFile,
  961. LastPathComponent,
  962. GetFullPath,
  963. NumberofChars,
  964. FileAtRoot,
  965. VolumeName,
  966. osErr,
  967. PowerToggle,
  968. PowerCreate,
  969. noFieldDelete,
  970. noButtonDelete,
  971. Scroll Text Button 1,
  972. HyperText Trick,
  973. ArrowKeys,
  974. ShowScripts,
  975. Dogear,
  976. More Dog Ears,
  977. Self Naming Button,
  978. Text Import,
  979. Control Structures,
  980. System Messages,
  981. Commands,
  982. Constants,
  983. Functions,
  984. Properties,PinPointer,ReturnkeyInField,sortItems,Color,doRestart,daysBetweenDates,MergeStacks,CompactStacks,NumberOfDAs,sendSerial,MultiFinder,isRunning,subLaunch,lower,HyperSND,upper,initialCaps,GetDANames,OSErr,PopUp,ResCopy,FontName,FontSize
  985. size,GetVolume,SetVolume,ScreenSize,FileLength,MenuBar,DeleteFile2,DispPict,PrintClip,Files,BarButton,CopyFile,CStoHCdateconversion,CommRead,CommWrite,CommInit,InitMidi,ResetMIDI,TxMIDI ,RxMIDI,InKey,FileType,FileCreator,ChangeFileType,FileVisFlag,SetFile,MungeMCTB,Interpolate,ResetPrinter,Resources,SortReals,SortRealsII,Strip,Stripper,thePixel,ReadCat,HPopUpMenu,massCompact,